home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #EDIT4.2 < prev    next >
Text File  |  1988-06-01  |  4KB  |  92 lines

  1.  
  2.  
  3.            ╔══════════════════════════════════════════════════════════════╗
  4.            ║                                                              ║
  5.            ║            STEP-BY-STEP  F L O W  REPRESENTATION             ║
  6.            ║                                                              ║
  7.            ╚══════════════════════════════════════════════════════════════╝
  8.  
  9.              PROCESS IDENTIFICATION
  10.  
  11.              Input   data  for  BEST-PLAN  is  segmented  by  process  or 
  12.              sections.  This could be looked at as BLOCKS of information.  
  13.              It  starts  with a PROCESS declaration and  terminates  with 
  14.              another  PROCESS  statement.   An END statement may also  be 
  15.              used to terminate a PROCESS statement.
  16.  
  17.                  The PROCESS declaration is as follows:
  18.                       PROCESS @ppp = name identification (30-characters)
  19.                               @ppp = process number (1-999)
  20.  
  21.                  PROCESS,MACHINE,SECTION,UNIT are synonymous and  can  be 
  22.                  used interchangeably.(see. UTILITY)
  23.  
  24. ...more information on next view
  25.  
  26.              RESOURCE IDENTIFICATION
  27.  
  28.              A  resource  will  have  some  information  associated  with 
  29.              it (i.e.  price,  limits/demands, volume). Some of these are 
  30.              entered  by the planner during data-entry and some  computed 
  31.              by  BEST-PLAN  after the optimization  of  the  plan.   Some 
  32.              resources  are  defined as  intermediate  resources.   These 
  33.              resources  are produced by a process and consumed by another 
  34.              within  the  plan.   Their importance to  reporting  may  be 
  35.              considered  minimal since they are not sold or  bought.  The
  36.              minimal  informational  requirement  for a resource  is  the 
  37.              resource number  (1-9999) and name identification.
  38.  
  39.                  Resource data declaration is as follows:
  40.                  RESOURCE #nnnn = name identification(30-characters)
  41.                           #nnnn = resource number (1-9999)
  42.  
  43.                        RESOURCE,MATERIALS are synonymous and can be used
  44.                        interchangeably.(see. UTILITY)
  45.  
  46. ...more information on next view
  47.  
  48.              ACTIVITY IDENTIFICATION
  49.  
  50.              ACTIVITY  is  the performance of a given resource  within  a 
  51.              process,  whether  it is consumed or  produced.   Activities 
  52.              will have the same information as resources i.e. price/cost, 
  53.              internal cost,  total price,  volume, limits (low/upper) and 
  54.              reduce  cost.   An activity is diferrent from a resource  in 
  55.              that  it only pertains to a specific process or  section  of 
  56.              the plan.   Therefore,  a resource  is the aggregated and/or 
  57.              the averaged of all its activities. 
  58.  
  59.                  The ACTIVITY is identified as follows:
  60.                        @ppp #nnnn  = Activity number
  61.                               @ppp = process number  (1-999)
  62.                              #nnnn = resource number (1-9999)
  63.  
  64.                  Activity data declaration is as follows:
  65.  
  66.                  ACTIVITY @ppp #nnnn = name identification(30-characters)
  67.  
  68. ...more information on next view
  69.  
  70.        ══════════════════════════════════════════════════════════════
  71.                     NAMING  CONVENTION  FOR  DATA 
  72.        ══════════════════════════════════════════════════════════════
  73.  
  74.                                             "RAW" Solution LIST
  75.                                              and Report Template
  76.                  code . . . . . . .            #nnnn
  77.                @ppp  =process no.         @ppp #nnnn
  78.                #nnnn =resource no.
  79.                  name identification          NM
  80.                        (assigned by planner)
  81.                  price or cost(unit)          P$
  82.                  internal cost                I$
  83.                  low limit                    LL
  84.                  upper limit                  UL
  85.                  fixed limit(low=upper)       FX
  86.                  volume                       VL
  87.                  total price                  T$
  88.                  reduce cost(shadow price)    R$
  89.         
  90. ...try other screens
  91.                  
  92.